home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / OS / FWMemory / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  1.5 KB  |  62 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = BRMemory
  12.  
  13. __IncludeDirs = \
  14. -I$(BFC)\Found\BRCommon\Include \
  15. -I$(BFC)\Found\BRTaskG\Include \
  16. -I$(BFC)\Found\BRDebug\Include \
  17. -I$(BFC)\Found\BRRunTyp\Include \
  18. -I$(BFC)\Found\BRExcLib\Include \
  19. -I$(BFC)\OS\BRMemory\Include
  20.  
  21. __ComponentLibs = \
  22. !ifdef __BORLANDC__
  23.     $(BEDBORLANDDIR)\Lib\CRTLDLL \
  24.     $(BEDBORLANDDIR)\Lib\Import \
  25. !else ifdef _BEDWIN32S
  26.     Kernel32 \
  27. !else
  28.     Libw \
  29. !endif
  30.     $(_BEDLIBDIR)\BRCommon \
  31.     $(_BEDLIBDIR)\BRTaskG \
  32.     $(_BEDLIBDIR)\BRExcLib \
  33.     $(_BEDLIBDIR)\BRDebug \
  34.     $(_BEDLIBDIR)\BRRunTyp
  35.         
  36.  
  37. __ComponentObjects = \
  38. !ifdef __BORLANDC__
  39.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  40. !endif
  41.     $(_BEDTARGETOBJECTSDIR)\BRVMBest.obj \
  42.     $(_BEDTARGETOBJECTSDIR)\BRVMChun.obj \
  43.     $(_BEDTARGETOBJECTSDIR)\BRVMHeap.obj \
  44.     $(_BEDTARGETOBJECTSDIR)\BRLibMai.obj \
  45.     $(_BEDTARGETOBJECTSDIR)\BRMemMgr.obj \
  46.     $(_BEDTARGETOBJECTSDIR)\BRMemTas.obj \
  47.     $(_BEDTARGETOBJECTSDIR)\WEP.obj
  48.  
  49. __ComponentResources =
  50.  
  51.  
  52. #
  53. # KVV:    For now, we have to use Native Allocation in Windows,
  54. #         GlobaAlloc, etc.
  55. #
  56.  
  57. __OtherCPlusOptions = -DBR_qUsePlatformAlloc
  58.  
  59. #####################################################################################
  60. # Dependencies
  61. #####################################################################################
  62.